OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EVP_AEAD_nonce_length
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/boringssl/src/include/openssl/
aead.h
56
* fixed by the AEAD in use and is returned by |
EVP_AEAD_nonce_length
|. *The
141
/*
EVP_AEAD_nonce_length
returns the length, in bytes, of the per-message nonce
143
OPENSSL_EXPORT size_t
EVP_AEAD_nonce_length
(const EVP_AEAD *aead);
201
* |
EVP_AEAD_nonce_length
| for this AEAD.
226
* |
EVP_AEAD_nonce_length
| for this AEAD.
/external/chromium_org/third_party/boringssl/src/crypto/cipher/
aead.c
27
size_t
EVP_AEAD_nonce_length
(const EVP_AEAD *aead) { return aead->nonce_len; }
/external/chromium_org/third_party/boringssl/src/tool/
speed.cc
169
const size_t nonce_len =
EVP_AEAD_nonce_length
(aead);
/external/chromium_org/third_party/boringssl/src/ssl/
t1_enc.c
392
if (aead_ctx->variable_nonce_len + aead_ctx->fixed_nonce_len !=
EVP_AEAD_nonce_length
(aead))
[
all
...]
Completed in 68 milliseconds