Home
last modified time | relevance | path

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

/openssl/providers/implementations/include/prov/
H A Dblake2.h69 typedef struct blake2b_param_st BLAKE2B_PARAM; typedef
88 BLAKE2B_PARAM params;
96 int ossl_blake2b_init(BLAKE2B_CTX *c, const BLAKE2B_PARAM *P);
97 int ossl_blake2b_init_key(BLAKE2B_CTX *c, const BLAKE2B_PARAM *P,
112 void ossl_blake2b_param_init(BLAKE2B_PARAM *P);
113 void ossl_blake2b_param_set_digest_length(BLAKE2B_PARAM *P, uint8_t outlen);
114 void ossl_blake2b_param_set_key_length(BLAKE2B_PARAM *P, uint8_t keylen);
115 void ossl_blake2b_param_set_personal(BLAKE2B_PARAM *P, const uint8_t *personal,
117 void ossl_blake2b_param_set_salt(BLAKE2B_PARAM *P, const uint8_t *salt,
/openssl/providers/implementations/digests/
H A Dblake2b_prov.c66 static void blake2b_init_param(BLAKE2B_CTX *S, const BLAKE2B_PARAM *P) in blake2b_init_param()
76 assert(sizeof(BLAKE2B_PARAM) == 64); in blake2b_init_param()
84 void ossl_blake2b_param_init(BLAKE2B_PARAM *P) in ossl_blake2b_param_init()
99 void ossl_blake2b_param_set_digest_length(BLAKE2B_PARAM *P, uint8_t outlen) in ossl_blake2b_param_set_digest_length()
104 void ossl_blake2b_param_set_key_length(BLAKE2B_PARAM *P, uint8_t keylen) in ossl_blake2b_param_set_key_length()
109 void ossl_blake2b_param_set_personal(BLAKE2B_PARAM *P, const uint8_t *personal, in ossl_blake2b_param_set_personal()
116 void ossl_blake2b_param_set_salt(BLAKE2B_PARAM *P, const uint8_t *salt, in ossl_blake2b_param_set_salt()
127 int ossl_blake2b_init(BLAKE2B_CTX *c, const BLAKE2B_PARAM *P) in ossl_blake2b_init()
137 int ossl_blake2b_init_key(BLAKE2B_CTX *c, const BLAKE2B_PARAM *P, in ossl_blake2b_init_key()
/openssl/providers/implementations/macs/
H A Dblake2b_mac.c12 #define BLAKE2_PARAM BLAKE2B_PARAM
/openssl/crypto/evp/
H A Dlegacy_blake2.c27 BLAKE2B_PARAM P; in blake2b_init()

Completed in 15 milliseconds