Searched refs:cipher (Results 1 – 5 of 5) sorted by relevance
| /third_party/ulib/uboringssl/crypto/fipsmodule/cipher/ |
| A D | cipher.c | 83 if (c->cipher != NULL && c->cipher->cleanup) { in EVP_CIPHER_CTX_cleanup() 155 ctx->cipher = cipher; in EVP_CipherInit_ex() 245 i = ctx->cipher->cipher(ctx, out, in, in_len); in EVP_EncryptUpdate() 260 if (ctx->cipher->cipher(ctx, out, in, in_len)) { in EVP_EncryptUpdate() 281 if (!ctx->cipher->cipher(ctx, out, ctx->buf, bl)) { in EVP_EncryptUpdate() 296 if (!ctx->cipher->cipher(ctx, out, in, in_len)) { in EVP_EncryptUpdate() 314 ret = ctx->cipher->cipher(ctx, out, NULL, 0); in EVP_EncryptFinal_ex() 344 ret = ctx->cipher->cipher(ctx, out, ctx->buf, b); in EVP_EncryptFinal_ex() 359 int r = ctx->cipher->cipher(ctx, out, in, in_len); in EVP_DecryptUpdate() 416 i = ctx->cipher->cipher(ctx, out, NULL, 0); in EVP_DecryptFinal_ex() [all …]
|
| A D | e_aes.c | 586 out->cipher = aes_cbc_cipher; in DEFINE_LOCAL_DATA() 599 out->cipher = aes_ctr_cipher; in DEFINE_LOCAL_DATA() 611 out->cipher = aes_ecb_cipher; in DEFINE_LOCAL_DATA() 624 out->cipher = aes_ofb_cipher; in DEFINE_LOCAL_DATA() 639 out->cipher = aes_gcm_cipher; in DEFINE_LOCAL_DATA() 654 out->cipher = aes_cbc_cipher; in DEFINE_LOCAL_DATA() 667 out->cipher = aes_ctr_cipher; in DEFINE_LOCAL_DATA() 679 out->cipher = aes_ecb_cipher; in DEFINE_LOCAL_DATA() 692 out->cipher = aes_ofb_cipher; in DEFINE_LOCAL_DATA() 707 out->cipher = aes_gcm_cipher; in DEFINE_LOCAL_DATA() [all …]
|
| /third_party/ulib/uboringssl/include/openssl/ |
| A D | cipher.h | 159 const EVP_CIPHER *cipher, ENGINE *impl, 164 const EVP_CIPHER *cipher, ENGINE *impl, 302 OPENSSL_EXPORT int EVP_CIPHER_nid(const EVP_CIPHER *cipher); 306 OPENSSL_EXPORT unsigned EVP_CIPHER_block_size(const EVP_CIPHER *cipher); 312 OPENSSL_EXPORT unsigned EVP_CIPHER_key_length(const EVP_CIPHER *cipher); 316 OPENSSL_EXPORT unsigned EVP_CIPHER_iv_length(const EVP_CIPHER *cipher); 320 OPENSSL_EXPORT uint32_t EVP_CIPHER_flags(const EVP_CIPHER *cipher); 323 OPENSSL_EXPORT uint32_t EVP_CIPHER_mode(const EVP_CIPHER *cipher); 478 const EVP_CIPHER *cipher; member 525 const EVP_CIPHER *cipher; member [all …]
|
| A D | evp.h | 775 void (*callback)(const EVP_CIPHER *cipher, const char *name, 779 OPENSSL_EXPORT void EVP_MD_do_all_sorted(void (*callback)(const EVP_MD *cipher,
|
| /third_party/ulib/uboringssl/ |
| A D | rules.mk | 25 $(CRYPTO_DIR)/fipsmodule/cipher/aead.c \ 26 $(CRYPTO_DIR)/fipsmodule/cipher/cipher.c \ 27 $(CRYPTO_DIR)/fipsmodule/cipher/e_aes.c \
|
Completed in 13 milliseconds