HomeSort by: relevance | last modified time | path
    Searched defs:poly_key (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
cipher-chachapoly-libcrypto.c 88 u_char expected_tag[POLY1305_TAGLEN], poly_key[POLY1305_KEYLEN]; local
96 memset(poly_key, 0, sizeof(poly_key));
98 EVP_Cipher(ctx->main_evp, poly_key,
99 poly_key, sizeof(poly_key)) < 0) {
108 poly1305_auth(expected_tag, src, aadlen + len, poly_key);
135 poly_key);
141 explicit_bzero(poly_key, sizeof(poly_key));
    [all...]
cipher-chachapoly.c 72 u_char expected_tag[POLY1305_TAGLEN], poly_key[POLY1305_KEYLEN]; local
79 memset(poly_key, 0, sizeof(poly_key));
83 poly_key, poly_key, sizeof(poly_key));
89 poly1305_auth(expected_tag, src, aadlen + len, poly_key);
110 poly_key);
116 explicit_bzero(poly_key, sizeof(poly_key));
    [all...]
cipher-chachapoly-libcrypto.c 88 u_char expected_tag[POLY1305_TAGLEN], poly_key[POLY1305_KEYLEN]; local
96 memset(poly_key, 0, sizeof(poly_key));
98 EVP_Cipher(ctx->main_evp, poly_key,
99 poly_key, sizeof(poly_key)) < 0) {
108 poly1305_auth(expected_tag, src, aadlen + len, poly_key);
135 poly_key);
141 explicit_bzero(poly_key, sizeof(poly_key));
    [all...]
cipher-chachapoly.c 72 u_char expected_tag[POLY1305_TAGLEN], poly_key[POLY1305_KEYLEN]; local
79 memset(poly_key, 0, sizeof(poly_key));
83 poly_key, poly_key, sizeof(poly_key));
89 poly1305_auth(expected_tag, src, aadlen + len, poly_key);
110 poly_key);
116 explicit_bzero(poly_key, sizeof(poly_key));
    [all...]

Completed in 43 milliseconds