Home
last modified time | relevance | path

Searched defs:cipher (Results 76 - 100 of 516) sorted by relevance

12345678910>>...21

/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
H A Dmac.c90 char *digest = NULL, *cipher = NULL; in mac_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
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dptksa_cache.c228 void ptksa_cache_flush(struct ptksa_cache *ptksa, const u8 *addr, u32 cipher) in ptksa_cache_flush() argument
132 ptksa_cache_get(struct ptksa_cache *ptksa, const u8 *addr, u32 cipher) ptksa_cache_get() argument
267 ptksa_cache_add(struct ptksa_cache *ptksa, const u8 *addr, u32 cipher, u32 life_time, const struct wpa_ptk *ptk) ptksa_cache_add() argument
[all...]
/base/security/asset/services/crypto_manager/src/
H A Dhuks_wrapper.c255 struct HksBlob cipher = { inData->size - NONCE_SIZE - TAG_SIZE, inData->data }; in DecryptData() local
342 struct HksBlob cipher = { inData->size - NONCE_SIZE - TAG_SIZE, inData->data }; in ExecCrypt() local
/base/security/crypto_framework/frameworks/crypto_operation/
H A Dcipher.c54 static void SetKeyType(HcfAlgParaValue value, void *cipher) in SetKeyType() argument
82 static void SetKeyLength(HcfAlgParaValue value, void *cipher) in SetKeyLength() argument
118 static void SetMode(HcfAlgParaValue value, void *cipher) in SetMode() argument
124 static void SetPadding(HcfAlgParaValue value, void *cipher) in SetPadding() argument
130 static void SetDigest(HcfAlgParaValue value, CipherAttr *cipher) in SetDigest() argument
135 SetMgf1Digest(HcfAlgParaValue value, CipherAttr *cipher) SetMgf1Digest() argument
140 OnSetParameter(const HcfParaConfig *config, void *cipher) OnSetParameter() argument
318 InitCipher(HcfCipherGeneratorSpi *spiObj, CipherGenImpl *cipher) InitCipher() argument
[all...]
/base/security/crypto_framework/test/unittest/src/aes_cipher/
H A Daes_common.cpp148 int32_t AesMultiBlockEncrypt(HcfCipher *cipher, HcfSymKey *key, HcfParamsSpec *params) in AesMultiBlockEncrypt() argument
202 int32_t AesMultiBlockDecrypt(HcfCipher *cipher, HcfSymKey *key, HcfParamsSpec *params) in AesMultiBlockDecrypt() argument
257 AesEncryptWithInput(HcfCipher *cipher, HcfSymKey *key, HcfBlob *input, uint8_t *cipherText, int *cipherTextLen) AesEncryptWithInput() argument
300 AesEncrypt(HcfCipher *cipher, HcfSymKey *key, HcfParamsSpec *params, uint8_t *cipherText, int *cipherTextLen) AesEncrypt() argument
345 AesDecrypt(HcfCipher *cipher, HcfSymKey *key, HcfParamsSpec *params, uint8_t *cipherText, int cipherTextLen) AesDecrypt() argument
393 AesNoUpdateEncWithInput(HcfCipher *cipher, HcfSymKey *key, HcfBlob *input, uint8_t *cipherText, int *cipherTextLen) AesNoUpdateEncWithInput() argument
424 AesDecryptEmptyMsg(HcfCipher *cipher, HcfSymKey *key, HcfParamsSpec *params, uint8_t *cipherText, int cipherTextLen) AesDecryptEmptyMsg() argument
449 AesNoUpdateEncrypt(HcfCipher *cipher, HcfSymKey *key, HcfParamsSpec *params, uint8_t *cipherText, int *cipherTextLen) AesNoUpdateEncrypt() argument
481 AesNoUpdateDecrypt(HcfCipher *cipher, HcfSymKey *key, HcfParamsSpec *params, uint8_t *cipherText, int cipherTextLen) AesNoUpdateDecrypt() argument
[all...]
/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_rsa_cipher_sub_test.cpp175 HcfCipher *cipher = nullptr; in HWTEST_F() local
214 HcfCipher *cipher = nullptr; HWTEST_F() local
244 HcfCipher *cipher = nullptr; HWTEST_F() local
274 HcfCipher *cipher = nullptr; HWTEST_F() local
304 HcfCipher *cipher = nullptr; HWTEST_F() local
333 HcfCipher *cipher = nullptr; HWTEST_F() local
362 HcfCipher *cipher = nullptr; HWTEST_F() local
391 HcfCipher *cipher = nullptr; HWTEST_F() local
406 HcfCipher *cipher = nullptr; HWTEST_F() local
417 HcfCipher *cipher = nullptr; HWTEST_F() local
[all...]
/base/security/device_auth/frameworks/deviceauth_lite/source/key_agreement/
H A Dsts_client.c410 struct uint8_buff cipher = { receive->auth_return.auth_return, in parse_end_response_data() local

Completed in 16 milliseconds

12345678910>>...21