Searched defs:aes_ocb_cipher (Results 1 – 4 of 4) sorted by relevance
| /third_party/openssl/providers/implementations/ciphers/ |
| D | cipher_aes_ocb.c | 38 static OSSL_FUNC_cipher_cipher_fn aes_ocb_cipher; variable 497 static int aes_ocb_cipher(void *vctx, unsigned char *out, size_t *outl, in aes_ocb_cipher() function
|
| /third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
| D | cipher_aes_ocb.c | 38 static OSSL_FUNC_cipher_cipher_fn aes_ocb_cipher; variable 500 static int aes_ocb_cipher(void *vctx, unsigned char *out, size_t *outl, in aes_ocb_cipher() function
|
| /third_party/openssl/crypto/evp/ |
| D | e_aes.c | 3887 static int aes_ocb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in aes_ocb_cipher() function
|
| /third_party/node/deps/openssl/openssl/crypto/evp/ |
| D | e_aes.c | 3881 static int aes_ocb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in aes_ocb_cipher() function
|