/netbsd-src/crypto/external/bsd/openssl/dist/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() 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 D | asymcipher.c | 25 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 D | evp_enc.c | 83 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 D | evp_lib.c | 84 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 D | p5_crpt.c | 27 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 D | cmeth_lib.c | 18 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 D | evp_enc.c | 52 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 D | rijndael-api-fst.c | 79 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 D | EncoreBootImageReader.cpp | 91 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 D | aeskeywrap.c | 60 EVP_CIPHER *cipher = NULL; in aes_wrap_encrypt() local 118 EVP_CIPHER *cipher = NULL; in aes_wrap_decrypt() local
|
H A D | ariacbc.c | 59 EVP_CIPHER *cipher = NULL; in aria_cbc_encrypt() local 117 EVP_CIPHER *cipher = NULL; in aria_cbc_decrypt() local
|
H A D | aesgcm.c | 74 EVP_CIPHER *cipher = NULL; in aes_gcm_encrypt() local 151 EVP_CIPHER *cipher = NULL; in aes_gcm_decrypt() local
|
H A D | aesccm.c | 75 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 D | krb5kdf.c | 52 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 D | p12_crpt.c | 24 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 D | p12_p8e.c | 16 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 D | symmetric.c | 141 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 D | afalgtest.c | 28 const EVP_CIPHER *cipher; in test_afalg_aes_cbc() local 100 const EVP_CIPHER * cipher; in test_pr16743() local
|
H A D | bio_enc_test.c | 38 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 D | afalgtest.c | 31 const EVP_CIPHER *cipher; in test_afalg_aes_cbc() local 115 const EVP_CIPHER * cipher; in test_pr16743() local
|
H A D | bio_enc_test.c | 38 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 D | nouveau_nvkm_engine_cipher_g84.c | 85 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 D | cms_enc.c | 31 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 D | p5_pbev2.c | 148 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 D | aes-xinternal.c | 7 int aes_unwrap(const u8 *kek, size_t kek_len, int n, const u8 *cipher, u8 *plain) in aes_unwrap()
|