Home
last modified time | relevance | path

Searched defs:cipher (Results 101 - 125 of 754) sorted by relevance

12345678910>>...31

/kernel/linux/linux-5.10/drivers/hyperhold/
H A Dhp_device.c133 char *cipher = HP_CIPHER_NAME; in soft_crypto_init() local
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/
H A Dgss_krb5_keys.c150 struct crypto_sync_skcipher *cipher; in krb5_derive_key() local
/kernel/linux/linux-6.6/crypto/
H A Dkeywrap.c127 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 Dhp_device.c139 char *cipher = HP_CIPHER_NAME; in soft_crypto_init() local
/third_party/mbedtls/library/
H A Dcipher_wrap.h76 mbedtls_cipher_id_t cipher; member
/third_party/node/deps/openssl/openssl/crypto/cmac/
H A Dcmac.c111 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 Dprovider_util.c115 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 Ddecode_pem2der.c156 EVP_CIPHER_INFO cipher; in pem2der_decode() local
/third_party/node/deps/openssl/openssl/providers/implementations/macs/
H A Dgmac_prov.c44 PROV_CIPHER cipher; member
H A Dcmac_prov.c48 PROV_CIPHER cipher; member
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dnames.c62 const EVP_CIPHER **cipher = data; in cipher_from_name() local
H A Dp5_crpt2.c119 const EVP_CIPHER *cipher = NULL; in PKCS5_v2_PBE_keyivgen_ex() local
H A Dcmeth_lib.c25 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 Dmac.c90 char *digest = NULL, *cipher = NULL; in mac_main() local
H A Dkdf.c82 char *digest = NULL, *cipher = NULL, *mac = NULL; in kdf_main() local
/third_party/openssl/apps/
H A Dkdf.c82 char *digest = NULL, *cipher = NULL, *mac = NULL; in kdf_main() local
/third_party/openssl/crypto/cmac/
H A Dcmac.c111 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 Dcmeth_lib.c25 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 Dp5_crpt2.c119 const EVP_CIPHER *cipher = NULL; in PKCS5_v2_PBE_keyivgen_ex() local
H A Dnames.c62 const EVP_CIPHER **cipher = data; in cipher_from_name() local
/third_party/openssl/providers/implementations/macs/
H A Dgmac_prov.c44 PROV_CIPHER cipher; member
H A Dcmac_prov.c48 PROV_CIPHER cipher; member
/third_party/openssl/providers/common/
H A Dprovider_util.c115 const EVP_CIPHER *cipher; in ossl_prov_cipher_load_from_params() local
[all...]
/third_party/openssl/providers/implementations/encode_decode/
H A Ddecode_pem2der.c156 EVP_CIPHER_INFO cipher; in pem2der_decode() local
/third_party/openssl/test/
H A Dcmsapitest.c23 static int test_encrypt_decrypt(const EVP_CIPHER *cipher) in test_encrypt_decrypt() argument

Completed in 13 milliseconds

12345678910>>...31