Home
last modified time | relevance | path

Searched refs:POLY1305_KEY_SIZE (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/ohos_lite/include/crypto/
Dpoly1305.h14 #define POLY1305_KEY_SIZE 32 macro
/third_party/openssl/include/crypto/
Dpoly1305.h18 #define POLY1305_KEY_SIZE 32 macro
/third_party/openssl/providers/implementations/macs/
Dpoly1305_prov.c84 if (keylen != POLY1305_KEY_SIZE) { in poly1305_setkey()