Home
last modified time | relevance | path

Searched refs:iked_hash (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/sbin/iked/
Diked.h309 struct iked_hash { struct
318 struct iked_hash *hash_prf; /* PRF pointer */ argument
465 struct iked_hash *sa_prf; /* PRF alg */
466 struct iked_hash *sa_integr; /* integrity alg */
1098 struct iked_hash *
1101 hash_setkey(struct iked_hash *, void *, size_t);
1102 void hash_free(struct iked_hash *);
1103 void hash_init(struct iked_hash *);
1104 void hash_update(struct iked_hash *, void *, size_t);
1105 void hash_final(struct iked_hash *, void *, size_t *);
[all …]
Dcrypto.c178 struct iked_hash *
181 struct iked_hash *hash; in hash_new()
307 hash_setkey(struct iked_hash *hash, void *key, size_t keylen) in hash_setkey()
318 hash_free(struct iked_hash *hash) in hash_free()
328 hash_init(struct iked_hash *hash) in hash_init()
335 hash_update(struct iked_hash *hash, void *buf, size_t len) in hash_update()
341 hash_final(struct iked_hash *hash, void *buf, size_t *len) in hash_final()
354 hash_length(struct iked_hash *hash) in hash_length()
362 hash_keylength(struct iked_hash *hash) in hash_keylength()
678 dsa_new(uint8_t id, struct iked_hash *prf, int sign) in dsa_new()
[all …]
Dikev2_msg.c1080 struct iked_hash *prf = sa->sa_prf; in ikev2_msg_authsign()
Dikev2.c5714 struct iked_hash *prf, *integr; in ikev2_sa_keys()
5942 ikev2_prfplus(struct iked_hash *prf, struct ibuf *key, struct ibuf *seed, in ikev2_prfplus()