Searched defs:evp_cipher_st (Results 1 – 4 of 4) sorted by relevance
/external/boringssl/src/crypto/fipsmodule/cipher/ |
D | internal.h | 68 struct evp_cipher_st { struct 70 int nid; 74 unsigned block_size; 78 unsigned key_len; 81 unsigned iv_len; 85 unsigned ctx_size; 88 uint32_t flags; 90 int (*init)(EVP_CIPHER_CTX *ctx, const uint8_t *key, const uint8_t *iv, 93 int (*cipher)(EVP_CIPHER_CTX *ctx, uint8_t *out, const uint8_t *in, 99 void (*cleanup)(EVP_CIPHER_CTX *); [all …]
|
/external/cronet/tot/third_party/boringssl/src/crypto/fipsmodule/cipher/ |
D | internal.h | 115 struct evp_cipher_st { struct 117 int nid; 121 unsigned block_size; 125 unsigned key_len; 128 unsigned iv_len; 132 unsigned ctx_size; 135 uint32_t flags; 137 int (*init)(EVP_CIPHER_CTX *ctx, const uint8_t *key, const uint8_t *iv, 140 int (*cipher)(EVP_CIPHER_CTX *ctx, uint8_t *out, const uint8_t *in, 146 void (*cleanup)(EVP_CIPHER_CTX *); [all …]
|
/external/cronet/stable/third_party/boringssl/src/crypto/fipsmodule/cipher/ |
D | internal.h | 115 struct evp_cipher_st { struct 117 int nid; 121 unsigned block_size; 125 unsigned key_len; 128 unsigned iv_len; 132 unsigned ctx_size; 135 uint32_t flags; 137 int (*init)(EVP_CIPHER_CTX *ctx, const uint8_t *key, const uint8_t *iv, 140 int (*cipher)(EVP_CIPHER_CTX *ctx, uint8_t *out, const uint8_t *in, 146 void (*cleanup)(EVP_CIPHER_CTX *); [all …]
|
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/include/openssl/ |
D | cipher.h | 567 struct evp_cipher_st { struct 569 int nid; 573 unsigned block_size; 577 unsigned key_len; 580 unsigned iv_len; 584 unsigned ctx_size; 587 uint32_t flags; 590 void *app_data; 592 int (*init)(EVP_CIPHER_CTX *ctx, const uint8_t *key, const uint8_t *iv, 595 int (*cipher)(EVP_CIPHER_CTX *ctx, uint8_t *out, const uint8_t *in, [all …]
|