Home
last modified time | relevance | path

Searched defs:cipher (Results 1 – 25 of 204) sorted by relevance

123456789

/netbsd-src/crypto/external/bsd/openssl/dist/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()
58 void EVP_CIPHER_meth_free(EVP_CIPHER *cipher) in EVP_CIPHER_meth_free()
66 int EVP_CIPHER_meth_set_iv_length(EVP_CIPHER *cipher, int iv_len) in EVP_CIPHER_meth_set_iv_length()
75 int EVP_CIPHER_meth_set_flags(EVP_CIPHER *cipher, unsigned long flags) in EVP_CIPHER_meth_set_flags()
84 int EVP_CIPHER_meth_set_impl_ctx_size(EVP_CIPHER *cipher, int ctx_size) in EVP_CIPHER_meth_set_impl_ctx_size()
93 int EVP_CIPHER_meth_set_init(EVP_CIPHER *cipher, in EVP_CIPHER_meth_set_init()
106 int EVP_CIPHER_meth_set_do_cipher(EVP_CIPHER *cipher, in EVP_CIPHER_meth_set_do_cipher()
119 int EVP_CIPHER_meth_set_cleanup(EVP_CIPHER *cipher, in EVP_CIPHER_meth_set_cleanup()
129 int EVP_CIPHER_meth_set_set_asn1_params(EVP_CIPHER *cipher, in EVP_CIPHER_meth_set_set_asn1_params()
[all …]
H A Dasymcipher.c25 EVP_ASYM_CIPHER *cipher = NULL; in evp_pkey_asym_cipher_init() local
304 EVP_ASYM_CIPHER *cipher = OPENSSL_zalloc(sizeof(EVP_ASYM_CIPHER)); in evp_asym_cipher_new() local
329 EVP_ASYM_CIPHER *cipher = NULL; in evp_asym_cipher_from_algorithm() local
441 void EVP_ASYM_CIPHER_free(EVP_ASYM_CIPHER *cipher) in EVP_ASYM_CIPHER_free()
456 int EVP_ASYM_CIPHER_up_ref(EVP_ASYM_CIPHER *cipher) in EVP_ASYM_CIPHER_up_ref()
464 OSSL_PROVIDER *EVP_ASYM_CIPHER_get0_provider(const EVP_ASYM_CIPHER *cipher) in EVP_ASYM_CIPHER_get0_provider()
489 int EVP_ASYM_CIPHER_is_a(const EVP_ASYM_CIPHER *cipher, const char *name) in EVP_ASYM_CIPHER_is_a()
494 int evp_asym_cipher_get_number(const EVP_ASYM_CIPHER *cipher) in evp_asym_cipher_get_number()
499 const char *EVP_ASYM_CIPHER_get0_name(const EVP_ASYM_CIPHER *cipher) in EVP_ASYM_CIPHER_get0_name()
504 const char *EVP_ASYM_CIPHER_get0_description(const EVP_ASYM_CIPHER *cipher) in EVP_ASYM_CIPHER_get0_description()
[all …]
H A Devp_enc.c83 const EVP_CIPHER *cipher, in evp_cipher_init_internal()
434 int EVP_CipherInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_CipherInit_ex2()
441 int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_CipherInit()
449 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_CipherInit_ex()
481 int EVP_EncryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_EncryptInit()
487 int EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_EncryptInit_ex()
494 int EVP_EncryptInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_EncryptInit_ex2()
501 int EVP_DecryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_DecryptInit()
507 int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_DecryptInit_ex()
514 int EVP_DecryptInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_DecryptInit_ex2()
[all …]
H A Devp_lib.c84 const EVP_CIPHER *cipher = c->cipher; in evp_cipher_param_to_asn1_ex() local
175 const EVP_CIPHER *cipher = c->cipher; in evp_cipher_asn1_to_param_ex() local
276 int EVP_CIPHER_get_type(const EVP_CIPHER *cipher) in EVP_CIPHER_get_type()
341 int evp_cipher_cache_constants(EVP_CIPHER *cipher) in evp_cipher_cache_constants()
388 int EVP_CIPHER_get_block_size(const EVP_CIPHER *cipher) in EVP_CIPHER_get_block_size()
455 EVP_CIPHER *cipher; in EVP_CIPHER_CTX_get1_cipher() local
470 unsigned long EVP_CIPHER_get_flags(const EVP_CIPHER *cipher) in EVP_CIPHER_get_flags()
500 int EVP_CIPHER_get_iv_length(const EVP_CIPHER *cipher) in EVP_CIPHER_get_iv_length()
648 int EVP_CIPHER_get_key_length(const EVP_CIPHER *cipher) in EVP_CIPHER_get_key_length()
665 int EVP_CIPHER_get_nid(const EVP_CIPHER *cipher) in EVP_CIPHER_get_nid()
[all …]
H A Dp5_crpt.c27 ASN1_TYPE *param, const EVP_CIPHER *cipher, in PKCS5_PBE_keyivgen_ex()
114 ASN1_TYPE *param, const EVP_CIPHER *cipher, in PKCS5_PBE_keyivgen()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/evp/
H A Dcmeth_lib.c18 EVP_CIPHER *cipher = OPENSSL_zalloc(sizeof(EVP_CIPHER)); in EVP_CIPHER_meth_new() local
28 EVP_CIPHER *EVP_CIPHER_meth_dup(const EVP_CIPHER *cipher) in EVP_CIPHER_meth_dup()
38 void EVP_CIPHER_meth_free(EVP_CIPHER *cipher) in EVP_CIPHER_meth_free()
43 int EVP_CIPHER_meth_set_iv_length(EVP_CIPHER *cipher, int iv_len) in EVP_CIPHER_meth_set_iv_length()
49 int EVP_CIPHER_meth_set_flags(EVP_CIPHER *cipher, unsigned long flags) in EVP_CIPHER_meth_set_flags()
55 int EVP_CIPHER_meth_set_impl_ctx_size(EVP_CIPHER *cipher, int ctx_size) in EVP_CIPHER_meth_set_impl_ctx_size()
61 int EVP_CIPHER_meth_set_init(EVP_CIPHER *cipher, in EVP_CIPHER_meth_set_init()
71 int EVP_CIPHER_meth_set_do_cipher(EVP_CIPHER *cipher, in EVP_CIPHER_meth_set_do_cipher()
81 int EVP_CIPHER_meth_set_cleanup(EVP_CIPHER *cipher, in EVP_CIPHER_meth_set_cleanup()
88 int EVP_CIPHER_meth_set_set_asn1_params(EVP_CIPHER *cipher, in EVP_CIPHER_meth_set_set_asn1_params()
[all …]
H A Devp_enc.c52 int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_CipherInit()
60 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_CipherInit_ex()
235 int EVP_EncryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_EncryptInit()
241 int EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_EncryptInit_ex()
248 int EVP_DecryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_DecryptInit()
254 int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_DecryptInit_ex()
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/missing/crypto/rijndael/
H A Drijndael-api-fst.c79 int rijndael_cipherInit(cipherInstance *cipher, BYTE mode, char *IV) { in rijndael_cipherInit()
93 int rijndael_blockEncrypt(cipherInstance *cipher, keyInstance *key, in rijndael_blockEncrypt()
207 int rijndael_padEncrypt(cipherInstance *cipher, keyInstance *key, in rijndael_padEncrypt()
270 int rijndael_blockDecrypt(cipherInstance *cipher, keyInstance *key, in rijndael_blockDecrypt()
368 int rijndael_padDecrypt(cipherInstance *cipher, keyInstance *key, in rijndael_padDecrypt()
460 int rijndael_cipherUpdateRounds(cipherInstance *cipher, keyInstance *key, in rijndael_cipherUpdateRounds()
/netbsd-src/external/bsd/elftosb/dist/sbtool/
H A DEncoreBootImageReader.cpp91 Rijndael cipher; in readImageDigest() local
207 Rijndael cipher; in readKeyDictionary() local
259 Rijndael cipher; in readBootTags() local
333 Rijndael cipher; in readSection() local
/netbsd-src/crypto/external/bsd/openssl/dist/demos/cipher/
H A Daeskeywrap.c60 EVP_CIPHER *cipher = NULL; in aes_wrap_encrypt() local
118 EVP_CIPHER *cipher = NULL; in aes_wrap_decrypt() local
H A Dariacbc.c59 EVP_CIPHER *cipher = NULL; in aria_cbc_encrypt() local
117 EVP_CIPHER *cipher = NULL; in aria_cbc_decrypt() local
H A Daesgcm.c74 EVP_CIPHER *cipher = NULL; in aes_gcm_encrypt() local
151 EVP_CIPHER *cipher = NULL; in aes_gcm_decrypt() local
H A Daesccm.c75 EVP_CIPHER *cipher = NULL; in aes_ccm_encrypt() local
162 EVP_CIPHER *cipher = NULL; in aes_ccm_decrypt() local
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/kdfs/
H A Dkrb5kdf.c52 PROV_CIPHER cipher; member
109 const EVP_CIPHER *cipher; in krb5kdf_derive() local
174 const EVP_CIPHER *cipher; in krb5kdf_get_ctx_params() local
327 const EVP_CIPHER *cipher, ENGINE *engine, in cipher_init()
355 static int KRB5KDF(const EVP_CIPHER *cipher, ENGINE *engine, in KRB5KDF()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/pkcs12/
H A Dp12_crpt.c24 ASN1_TYPE *param, const EVP_CIPHER *cipher, in PKCS12_PBE_keyivgen_ex()
79 ASN1_TYPE *param, const EVP_CIPHER *cipher, in PKCS12_PBE_keyivgen()
H A Dp12_p8e.c16 X509_SIG *PKCS8_encrypt_ex(int pbe_nid, const EVP_CIPHER *cipher, in PKCS8_encrypt_ex()
60 X509_SIG *PKCS8_encrypt(int pbe_nid, const EVP_CIPHER *cipher, in PKCS8_encrypt()
/netbsd-src/crypto/external/cpl/trousers/dist/src/trspi/crypto/openssl/
H A Dsymmetric.c141 EVP_CIPHER *cipher = NULL; in get_openssl_cipher() local
258 EVP_CIPHER *cipher; in Trspi_SymEncrypt() local
332 EVP_CIPHER *cipher; in Trspi_SymDecrypt() local
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dafalgtest.c28 const EVP_CIPHER *cipher; in test_afalg_aes_cbc() local
100 const EVP_CIPHER * cipher; in test_pr16743() local
H A Dbio_enc_test.c38 static int do_bio_cipher(const EVP_CIPHER* cipher, const unsigned char* key, in do_bio_cipher()
173 static int do_test_bio_cipher(const EVP_CIPHER* cipher, int idx) in do_test_bio_cipher()
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dafalgtest.c31 const EVP_CIPHER *cipher; in test_afalg_aes_cbc() local
115 const EVP_CIPHER * cipher; in test_pr16743() local
H A Dbio_enc_test.c38 static int do_bio_cipher(const EVP_CIPHER* cipher, const unsigned char* key, in do_bio_cipher()
207 static int do_test_bio_cipher(const EVP_CIPHER* cipher, int idx) in do_test_bio_cipher()
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/cipher/
H A Dnouveau_nvkm_engine_cipher_g84.c85 g84_cipher_intr(struct nvkm_engine *cipher) in g84_cipher_intr()
114 g84_cipher_init(struct nvkm_engine *cipher) in g84_cipher_init()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/cms/
H A Dcms_enc.c31 const EVP_CIPHER *cipher = NULL; in ossl_cms_EncryptedContent_init_bio() local
208 const EVP_CIPHER *cipher, in ossl_cms_EncryptedContent_init()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Dp5_pbev2.c148 X509_ALGOR *PKCS5_pbe2_set_iv(const EVP_CIPHER *cipher, int iter, in PKCS5_pbe2_set_iv()
156 X509_ALGOR *PKCS5_pbe2_set(const EVP_CIPHER *cipher, int iter, in PKCS5_pbe2_set()
/netbsd-src/external/bsd/wpa/bin/wpa_supplicant/
H A Daes-xinternal.c7 int aes_unwrap(const u8 *kek, size_t kek_len, int n, const u8 *cipher, u8 *plain) in aes_unwrap()

123456789