Home
last modified time | relevance | path

Searched refs:ciph (Results 1 – 9 of 9) sorted by relevance

/minix/crypto/external/bsd/openssl/dist/crypto/cms/
H A Dcms_enc.c74 const EVP_CIPHER *ciph; in DECLARE_ASN1_ITEM() local
95 ciph = ec->cipher; in DECLARE_ASN1_ITEM()
102 ciph = EVP_get_cipherbyobj(calg->algorithm); in DECLARE_ASN1_ITEM()
104 if (!ciph) { in DECLARE_ASN1_ITEM()
110 if (EVP_CipherInit_ex(ctx, ciph, NULL, NULL, NULL, enc) <= 0) { in DECLARE_ASN1_ITEM()
230 int CMS_EncryptedData_set1_key(CMS_ContentInfo *cms, const EVP_CIPHER *ciph, in CMS_EncryptedData_set1_key() argument
238 if (ciph) { in CMS_EncryptedData_set1_key()
251 return cms_EncryptedContent_init(ec, ciph, key, keylen); in CMS_EncryptedData_set1_key()
H A Dcms.h165 int CMS_EncryptedData_set1_key(CMS_ContentInfo *cms, const EVP_CIPHER *ciph,
/minix/crypto/external/bsd/openssl/dist/crypto/evp/
H A Dnames.c149 void (*fn) (const EVP_CIPHER *ciph,
162 void EVP_CIPHER_do_all(void (*fn) (const EVP_CIPHER *ciph, in EVP_CIPHER_do_all() argument
172 void EVP_CIPHER_do_all_sorted(void (*fn) (const EVP_CIPHER *ciph, in EVP_CIPHER_do_all_sorted() argument
184 void (*fn) (const EVP_MD *ciph,
H A Devp.h898 void EVP_CIPHER_do_all(void (*fn) (const EVP_CIPHER *ciph,
902 (const EVP_CIPHER *ciph, const char *from,
905 void EVP_MD_do_all(void (*fn) (const EVP_MD *ciph,
909 (const EVP_MD *ciph, const char *from,
/minix/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Drand-fortuna.c117 CIPH_CTX ciph; member
208 ciph_encrypt(&st->ciph, st->counter, dst); in encrypt_counter()
290 ciph_init(&st->ciph, st->key, BLOCK); in reseed()
355 ciph_init(&st->ciph, st->key, BLOCK); in rekey()
/minix/crypto/external/bsd/openssl/dist/ssl/
H A Dd1_lib.c314 const SSL_CIPHER *ciph = ssl3_get_cipher(u); in dtls1_get_cipher() local
316 if (ciph != NULL) { in dtls1_get_cipher()
317 if (ciph->algorithm_enc == SSL_RC4) in dtls1_get_cipher()
321 return ciph; in dtls1_get_cipher()
H A Dssltest.c394 const SSL_CIPHER *ciph; in print_details() local
397 ciph = SSL_get_current_cipher(c_ssl); in print_details()
401 SSL_CIPHER_get_version(ciph), SSL_CIPHER_get_name(ciph)); in print_details()
H A Dssl_locl.h597 # define ssl_put_cipher_by_char(ssl,ciph,ptr) \ argument
598 ((ssl)->method->put_cipher_by_char((ciph),(ptr)))
/minix/crypto/external/bsd/openssl/dist/doc/
H A Dssleay.txt6004 ==== ssl-ciph.doc ========================================================