| /kernel/linux/linux-5.10/drivers/hyperhold/ |
| H A D | hp_device.c | 133 char *cipher = HP_CIPHER_NAME; in soft_crypto_init() local
|
| /kernel/linux/linux-5.10/net/sunrpc/auth_gss/ |
| H A D | gss_krb5_keys.c | 150 struct crypto_sync_skcipher *cipher; in krb5_derive_key() local
|
| /kernel/linux/linux-6.6/crypto/ |
| H A D | keywrap.c | 127 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_kw_decrypt() local 196 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_kw_encrypt() local
|
| /kernel/linux/linux-6.6/drivers/hyperhold/ |
| H A D | hp_device.c | 139 char *cipher = HP_CIPHER_NAME; in soft_crypto_init() local
|
| /third_party/mbedtls/library/ |
| H A D | cipher_wrap.h | 76 mbedtls_cipher_id_t cipher; member
|
| /third_party/node/deps/openssl/openssl/crypto/cmac/ |
| H A D | cmac.c | 111 CMAC_Init(CMAC_CTX *ctx, const void *key, size_t keylen, const EVP_CIPHER *cipher, ENGINE *impl) CMAC_Init() argument
|
| /third_party/node/deps/openssl/openssl/providers/common/ |
| H A D | provider_util.c | 115 const EVP_CIPHER *cipher; in ossl_prov_cipher_load_from_params() local [all...] |
| /third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/ |
| H A D | decode_pem2der.c | 156 EVP_CIPHER_INFO cipher; in pem2der_decode() local
|
| /third_party/node/deps/openssl/openssl/providers/implementations/macs/ |
| H A D | gmac_prov.c | 44 PROV_CIPHER cipher; member
|
| H A D | cmac_prov.c | 48 PROV_CIPHER cipher; member
|
| /third_party/node/deps/openssl/openssl/crypto/evp/ |
| H A D | names.c | 62 const EVP_CIPHER **cipher = data; in cipher_from_name() local
|
| H A D | p5_crpt2.c | 119 const EVP_CIPHER *cipher = NULL; in PKCS5_v2_PBE_keyivgen_ex() local
|
| H A D | cmeth_lib.c | 25 EVP_CIPHER *cipher = evp_cipher_new(); in EVP_CIPHER_meth_new() local 36 EVP_CIPHER *EVP_CIPHER_meth_dup(const EVP_CIPHER *cipher) in EVP_CIPHER_meth_dup() argument 58 EVP_CIPHER_meth_free(EVP_CIPHER *cipher) EVP_CIPHER_meth_free() argument 66 EVP_CIPHER_meth_set_iv_length(EVP_CIPHER *cipher, int iv_len) EVP_CIPHER_meth_set_iv_length() argument 75 EVP_CIPHER_meth_set_flags(EVP_CIPHER *cipher, unsigned long flags) EVP_CIPHER_meth_set_flags() argument 84 EVP_CIPHER_meth_set_impl_ctx_size(EVP_CIPHER *cipher, int ctx_size) EVP_CIPHER_meth_set_impl_ctx_size() argument 93 EVP_CIPHER_meth_set_init(EVP_CIPHER *cipher, int (*init) (EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc)) EVP_CIPHER_meth_set_init() argument 106 EVP_CIPHER_meth_set_do_cipher(EVP_CIPHER *cipher, int (*do_cipher) (EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl)) EVP_CIPHER_meth_set_do_cipher() argument 119 EVP_CIPHER_meth_set_cleanup(EVP_CIPHER *cipher, int (*cleanup) (EVP_CIPHER_CTX *)) EVP_CIPHER_meth_set_cleanup() argument 129 EVP_CIPHER_meth_set_set_asn1_params(EVP_CIPHER *cipher, int (*set_asn1_parameters) (EVP_CIPHER_CTX *, ASN1_TYPE *)) EVP_CIPHER_meth_set_set_asn1_params() argument 140 EVP_CIPHER_meth_set_get_asn1_params(EVP_CIPHER *cipher, int (*get_asn1_parameters) (EVP_CIPHER_CTX *, ASN1_TYPE *)) EVP_CIPHER_meth_set_get_asn1_params() argument 151 EVP_CIPHER_meth_set_ctrl(EVP_CIPHER *cipher, int (*ctrl) (EVP_CIPHER_CTX *, int type, int arg, void *ptr)) EVP_CIPHER_meth_set_ctrl() argument 163 EVP_CIPHER_meth_get_init(const EVP_CIPHER *cipher) EVP_CIPHER_meth_get_init() argument 170 EVP_CIPHER_meth_get_do_cipher(const EVP_CIPHER *cipher) EVP_CIPHER_meth_get_do_cipher() argument 178 EVP_CIPHER_meth_get_cleanup(const EVP_CIPHER *cipher) EVP_CIPHER_meth_get_cleanup() argument 183 EVP_CIPHER_meth_get_set_asn1_params(const EVP_CIPHER *cipher) EVP_CIPHER_meth_get_set_asn1_params() argument 189 EVP_CIPHER_meth_get_get_asn1_params(const EVP_CIPHER *cipher) EVP_CIPHER_meth_get_get_asn1_params() argument 195 EVP_CIPHER_meth_get_ctrl(const EVP_CIPHER *cipher) EVP_CIPHER_meth_get_ctrl() argument [all...] |
| /third_party/node/deps/openssl/openssl/apps/ |
| H A D | mac.c | 90 char *digest = NULL, *cipher = NULL; in mac_main() local
|
| H A D | kdf.c | 82 char *digest = NULL, *cipher = NULL, *mac = NULL; in kdf_main() local
|
| /third_party/openssl/apps/ |
| H A D | kdf.c | 82 char *digest = NULL, *cipher = NULL, *mac = NULL; in kdf_main() local
|
| /third_party/openssl/crypto/cmac/ |
| H A D | cmac.c | 111 CMAC_Init(CMAC_CTX *ctx, const void *key, size_t keylen, const EVP_CIPHER *cipher, ENGINE *impl) CMAC_Init() argument
|
| /third_party/openssl/crypto/evp/ |
| H A D | cmeth_lib.c | 25 EVP_CIPHER *cipher = evp_cipher_new(); in EVP_CIPHER_meth_new() local 36 EVP_CIPHER *EVP_CIPHER_meth_dup(const EVP_CIPHER *cipher) in EVP_CIPHER_meth_dup() argument 58 EVP_CIPHER_meth_free(EVP_CIPHER *cipher) EVP_CIPHER_meth_free() argument 66 EVP_CIPHER_meth_set_iv_length(EVP_CIPHER *cipher, int iv_len) EVP_CIPHER_meth_set_iv_length() argument 75 EVP_CIPHER_meth_set_flags(EVP_CIPHER *cipher, unsigned long flags) EVP_CIPHER_meth_set_flags() argument 84 EVP_CIPHER_meth_set_impl_ctx_size(EVP_CIPHER *cipher, int ctx_size) EVP_CIPHER_meth_set_impl_ctx_size() argument 93 EVP_CIPHER_meth_set_init(EVP_CIPHER *cipher, int (*init) (EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc)) EVP_CIPHER_meth_set_init() argument 106 EVP_CIPHER_meth_set_do_cipher(EVP_CIPHER *cipher, int (*do_cipher) (EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl)) EVP_CIPHER_meth_set_do_cipher() argument 119 EVP_CIPHER_meth_set_cleanup(EVP_CIPHER *cipher, int (*cleanup) (EVP_CIPHER_CTX *)) EVP_CIPHER_meth_set_cleanup() argument 129 EVP_CIPHER_meth_set_set_asn1_params(EVP_CIPHER *cipher, int (*set_asn1_parameters) (EVP_CIPHER_CTX *, ASN1_TYPE *)) EVP_CIPHER_meth_set_set_asn1_params() argument 140 EVP_CIPHER_meth_set_get_asn1_params(EVP_CIPHER *cipher, int (*get_asn1_parameters) (EVP_CIPHER_CTX *, ASN1_TYPE *)) EVP_CIPHER_meth_set_get_asn1_params() argument 151 EVP_CIPHER_meth_set_ctrl(EVP_CIPHER *cipher, int (*ctrl) (EVP_CIPHER_CTX *, int type, int arg, void *ptr)) EVP_CIPHER_meth_set_ctrl() argument 163 EVP_CIPHER_meth_get_init(const EVP_CIPHER *cipher) EVP_CIPHER_meth_get_init() argument 170 EVP_CIPHER_meth_get_do_cipher(const EVP_CIPHER *cipher) EVP_CIPHER_meth_get_do_cipher() argument 178 EVP_CIPHER_meth_get_cleanup(const EVP_CIPHER *cipher) EVP_CIPHER_meth_get_cleanup() argument 183 EVP_CIPHER_meth_get_set_asn1_params(const EVP_CIPHER *cipher) EVP_CIPHER_meth_get_set_asn1_params() argument 189 EVP_CIPHER_meth_get_get_asn1_params(const EVP_CIPHER *cipher) EVP_CIPHER_meth_get_get_asn1_params() argument 195 EVP_CIPHER_meth_get_ctrl(const EVP_CIPHER *cipher) EVP_CIPHER_meth_get_ctrl() argument [all...] |
| H A D | p5_crpt2.c | 119 const EVP_CIPHER *cipher = NULL; in PKCS5_v2_PBE_keyivgen_ex() local
|
| H A D | names.c | 62 const EVP_CIPHER **cipher = data; in cipher_from_name() local
|
| /third_party/openssl/providers/implementations/macs/ |
| H A D | gmac_prov.c | 44 PROV_CIPHER cipher; member
|
| H A D | cmac_prov.c | 48 PROV_CIPHER cipher; member
|
| /third_party/openssl/providers/common/ |
| H A D | provider_util.c | 115 const EVP_CIPHER *cipher; in ossl_prov_cipher_load_from_params() local [all...] |
| /third_party/openssl/providers/implementations/encode_decode/ |
| H A D | decode_pem2der.c | 156 EVP_CIPHER_INFO cipher; in pem2der_decode() local
|
| /third_party/openssl/test/ |
| H A D | cmsapitest.c | 23 static int test_encrypt_decrypt(const EVP_CIPHER *cipher) in test_encrypt_decrypt() argument
|