Searched refs:blake2_setkey (Results 1 – 2 of 2) sorted by relevance
| /third_party/openssl/providers/implementations/macs/ |
| D | blake2_mac_impl.c | 90 static int blake2_setkey(struct blake2_mac_data_st *macctx, in blake2_setkey() function 113 if (!blake2_setkey(macctx, key, keylen)) in blake2_mac_init() 210 && !blake2_setkey(macctx, p->data, p->data_size)) in blake2_mac_set_ctx_params()
|
| /third_party/node/deps/openssl/openssl/providers/implementations/macs/ |
| D | blake2_mac_impl.c | 90 static int blake2_setkey(struct blake2_mac_data_st *macctx, in blake2_setkey() function 113 if (!blake2_setkey(macctx, key, keylen)) in blake2_mac_init() 210 && !blake2_setkey(macctx, p->data, p->data_size)) in blake2_mac_set_ctx_params()
|