Home
last modified time | relevance | path

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

/third_party/openssl/crypto/blake2/
Dblake2b.c66 static void blake2b_init_param(BLAKE2B_CTX *S, const BLAKE2B_PARAM *P) in blake2b_init_param()
74 assert(sizeof(BLAKE2B_PARAM) == 64); in blake2b_init_param()
84 BLAKE2B_PARAM P[1]; in BLAKE2b_Init()
Dblake2_local.h68 typedef struct blake2b_param_st BLAKE2B_PARAM; typedef