Home
last modified time | relevance | path

Searched refs:PROV_RSA_AES (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/libarchive/libarchive/
H A Darchive_digest.c973 return (win_crypto_init(ctx, PROV_RSA_AES, CALG_SHA_256)); in __archive_sha256init()
1213 return (win_crypto_init(ctx, PROV_RSA_AES, CALG_SHA_384)); in __archive_sha384init()
1477 return (win_crypto_init(ctx, PROV_RSA_AES, CALG_SHA_512)); in __archive_sha512init()
/freebsd/crypto/openssl/engines/
H A De_capi.c94 # ifndef PROV_RSA_AES
95 # define PROV_RSA_AES 24 macro
483 if (CryptAcquireContextW(&hprov, NULL, rsa_aes_cspname, PROV_RSA_AES, in capi_init()
1514 ptype = PROV_RSA_AES; in capi_get_key()