Home
last modified time | relevance | path

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

1234

/openbsd-src/lib/libcrypto/evp/
H A Devp_cipher.c125 EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_CipherInit()
133 EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *engine, in EVP_CipherInit_ex()
280 EVP_EncryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_EncryptInit()
288 EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *engine, in EVP_EncryptInit_ex()
469 EVP_DecryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_DecryptInit()
477 EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *engine, in EVP_DecryptInit_ex()
1015 EVP_CIPHER_type(const EVP_CIPHER *cipher) in EVP_CIPHER_type()
1073 EVP_CIPHER_nid(const EVP_CIPHER *cipher) in EVP_CIPHER_nid()
1080 EVP_CIPHER_block_size(const EVP_CIPHER *cipher) in EVP_CIPHER_block_size()
1087 EVP_CIPHER_key_length(const EVP_CIPHER *cipher) in EVP_CIPHER_key_length()
[all …]
H A Devp_names.c33 const EVP_CIPHER *(*cipher)(void); member
1486 const struct cipher_name *cipher = &cipher_names[i]; EVP_CIPHER_do_all_sorted() local
1547 OBJ_NAME_from_cipher_name(OBJ_NAME * obj_name,const struct cipher_name * cipher) OBJ_NAME_from_cipher_name() argument
1573 const struct cipher_name *cipher = &cipher_names[i]; OBJ_NAME_do_all_ciphers() local
1645 const struct cipher_name *cipher; EVP_get_cipherbyname() local
[all...]
H A Devp_pbe.c185 const EVP_CIPHER *cipher = NULL; in EVP_PBE_CipherInit() local
235 ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md, int en_de) in PKCS5_PBE_keyivgen()
425 const EVP_CIPHER *cipher; in PKCS5_v2_PBE_keyivgen() local
600 ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md, int en_de) in PKCS12_PBE_keyivgen()
/openbsd-src/lib/libssl/
H A Dssl_ciphers.c26 ssl_cipher_in_list(STACK_OF(SSL_CIPHER) *ciphers, const SSL_CIPHER *cipher) in ssl_cipher_in_list() argument
39 ssl_cipher_allowed_in_tls_version_range(const SSL_CIPHER *cipher, uint16_t min_ver, in ssl_cipher_allowed_in_tls_version_range() argument
56 SSL_CIPHER *cipher; in ssl_cipher_list_to_bytes() local
97 const SSL_CIPHER *cipher; in STACK_OF() local
207 const SSL_CIPHER *cipher; ssl_parse_ciphersuites() local
263 const SSL_CIPHER *cipher; ssl_merge_cipherlists() local
[all...]
H A Dssl_seclevel.c98 const SSL_CIPHER *cipher = arg; in ssl_security_secop_cipher() local
204 int version, void *cipher, void *ex_data) in ssl_security_default_cb() argument
261 ssl_security_cipher(const SSL * ssl,SSL_CIPHER * cipher,int secop) ssl_security_cipher() argument
267 ssl_security_cipher_check(const SSL * ssl,SSL_CIPHER * cipher) ssl_security_cipher_check() argument
273 ssl_security_shared_cipher(const SSL * ssl,SSL_CIPHER * cipher) ssl_security_shared_cipher() argument
279 ssl_security_supported_cipher(const SSL * ssl,SSL_CIPHER * cipher) ssl_security_supported_cipher() argument
[all...]
/openbsd-src/lib/libradius/
H A Dradius_userpass.c39 radius_encrypt_user_password_attr(void *cipher, size_t * clen, in radius_encrypt_user_password_attr()
72 radius_decrypt_user_password_attr(char *plain, size_t plen, const void *cipher, in radius_decrypt_user_password_attr()
119 char cipher[256]; in radius_get_user_password_attr() local
136 char cipher[256]; in radius_put_user_password_attr() local
H A Dradius_mppe.c45 radius_encrypt_mppe_key_attr(void *cipher, size_t * clen, const void *plain, in radius_encrypt_mppe_key_attr()
86 radius_decrypt_mppe_key_attr(void *plain, size_t * plen, const void *cipher, in radius_decrypt_mppe_key_attr()
129 uint8_t cipher[256]; in radius_get_mppe_key_attr() local
145 uint8_t cipher[256]; in radius_put_mppe_key_attr() local
/openbsd-src/regress/lib/libcrypto/aead/
H A Daeadtest.c95 aead_from_name(const EVP_AEAD **aead, const EVP_CIPHER **cipher, in aead_from_name()
198 run_cipher_aead_encrypt_test(const EVP_CIPHER *cipher, in run_cipher_aead_encrypt_test()
291 run_cipher_aead_decrypt_test(const EVP_CIPHER *cipher, int invalid, in run_cipher_aead_decrypt_test()
391 run_cipher_aead_test(const EVP_CIPHER *cipher, in run_cipher_aead_test()
410 const EVP_CIPHER *cipher = NULL; in main() local
/openbsd-src/regress/lib/libssl/ciphers/
H A Dcipherstest.c42 const SSL_CIPHER *cipher; check_cipher_order() local
74 const SSL_CIPHER *cipher; cipher_find_test() local
201 SSL_CIPHER *cipher; parse_ciphersuites_test() local
389 SSL_CIPHER *cipher; cipher_set_test() local
[all...]
/openbsd-src/regress/lib/libcrypto/evp/
H A Devp_test.c266 const EVP_CIPHER *(*cipher)(void); member
469 const EVP_CIPHER *cipher = test->cipher(); in evp_pkey_iv_len_testcase() local
565 evp_cipher_do_all_cb(const EVP_CIPHER *cipher, const char *from, const char *to, in evp_cipher_do_all_cb()
595 evp_cipher_aliases_cb(const EVP_CIPHER *cipher, const char *from, const char *to, in evp_cipher_aliases_cb()
668 const EVP_CIPHER *cipher; in obj_name_cb() local
H A Devptest.c243 test_cipher(const char *cipher, const unsigned char *key, int kn, in test_cipher()
348 char *cipher; in main() local
/openbsd-src/lib/libfido2/src/
H A Daes256.c14 const EVP_CIPHER *cipher; in aes256_cbc() local
119 const EVP_CIPHER *cipher; in aes256_gcm() local
/openbsd-src/regress/lib/libcrypto/aes/
H A Daes_test.c611 int key_bits, const EVP_CIPHER *cipher) in aes_evp_test()
897 const EVP_CIPHER *cipher; in aes_test() local
/openbsd-src/regress/lib/libradius/
H A Dtest24.c11 uint8_t cipher[256],cipher1[256]; in test24() local
H A Dtest25.c26 uint8_t cipher[256]; in test25() local
/openbsd-src/regress/lib/libcrypto/bf/
H A Dbf_test.c1140 const EVP_CIPHER *cipher) in bf_evp_test()
1312 const EVP_CIPHER *cipher; in bf_test() local
/openbsd-src/lib/libcrypto/pkcs12/
H A Dp12_p8e.c68 PKCS8_encrypt(int pbe_nid, const EVP_CIPHER *cipher, const char *pass, in PKCS8_encrypt()
/openbsd-src/regress/lib/libcrypto/rc2/
H A Drc2_test.c676 const EVP_CIPHER *cipher) in rc2_evp_test()
862 const EVP_CIPHER *cipher; in rc2_test() local
/openbsd-src/lib/libcrypto/pem/
H A Dpem_lib.c282 EVP_CIPHER_INFO cipher; in PEM_bytes_read_bio() local
443 PEM_do_header(EVP_CIPHER_INFO *cipher, unsigned char *data, long *plen, in PEM_do_header()
489 PEM_get_EVP_CIPHER_INFO(char *header, EVP_CIPHER_INFO *cipher) in PEM_get_EVP_CIPHER_INFO()
/openbsd-src/regress/lib/libssl/quic/
H A Dquictest.c51 const SSL_CIPHER *cipher, const uint8_t *secret, size_t secret_len) in quic_set_read_secret()
62 const SSL_CIPHER *cipher, const uint8_t *secret, size_t secret_len) in quic_set_write_secret()
/openbsd-src/usr.bin/openssl/
H A Dciphers.c110 const SSL_CIPHER *cipher; ciphers_main() local
H A Denc.c79 const EVP_CIPHER *cipher; member
296 const EVP_CIPHER *cipher; in skip_aead_and_xts() local
/openbsd-src/regress/lib/libcrypto/pkcs7/
H A Dpkcs7test.c131 const EVP_CIPHER *cipher; in main() local
/openbsd-src/regress/lib/libssl/interop/
H A Dutil.c75 const SSL_CIPHER *cipher; in print_ciphers() local
/openbsd-src/lib/libcrypto/cms/
H A Dcms_enc.c212 const EVP_CIPHER *cipher, const unsigned char *key, size_t keylen) in cms_EncryptedContent_init() argument

1234