Home
last modified time | relevance | path

Searched refs:OSSL_ITEM (Results 1 – 20 of 20) sorted by relevance

/freebsd/crypto/openssl/crypto/rsa/
H A Drsa_schemes.c19 const OSSL_ITEM *items, size_t items_n) in meth2nid()
30 static const char *nid2name(int meth, const OSSL_ITEM *items, size_t items_n) in nid2name()
55 static const OSSL_ITEM oaeppss_name_nid_map[] = {
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_ITEM.pod5 OSSL_ITEM - OpenSSL Core type for generic itemized data
11 typedef struct ossl_item_st OSSL_ITEM;
45 B<OSSL_ITEM> was added in OpenSSL 3.0
/freebsd/crypto/openssl/providers/common/
H A Ddigest_to_nid.c23 int ossl_digest_md_to_nid(const EVP_MD *md, const OSSL_ITEM *it, size_t it_len) in ossl_digest_md_to_nid()
42 static const OSSL_ITEM name_to_nid[] = { in ossl_digest_get_approved_nid()
H A Dsecuritycheck_default.c30 static const OSSL_ITEM name_to_nid[] = { in ossl_digest_rsa_sign_get_md_nid()
/freebsd/crypto/openssl/providers/common/include/prov/
H A Dsecuritycheck.h24 int ossl_digest_md_to_nid(const EVP_MD *md, const OSSL_ITEM *it, size_t it_len);
/freebsd/crypto/openssl/test/
H A Dp_test.c221 static const OSSL_ITEM *p_get_reason_strings(void *_) in p_get_reason_strings()
223 static const OSSL_ITEM reason_strings[] = { in p_get_reason_strings()
/freebsd/crypto/openssl/providers/implementations/kem/
H A Drsa_kem.c60 static const OSSL_ITEM rsakem_opname_id_map[] = {
64 static int name2id(const char *name, const OSSL_ITEM *map, size_t sz) in name2id()
/freebsd/crypto/openssl/doc/man7/
H A Dopenssl-core.h.pod25 =item L<OSSL_ITEM(3)>
H A Dprovider-base.pod19 const OSSL_ITEM *core_gettable_params(const OSSL_CORE_HANDLE *handle);
104 const OSSL_ITEM *provider_gettable_params(void *provctx);
111 const OSSL_ITEM *provider_get_reason_strings(void *provctx);
392 provider_get_reason_strings() should return a constant L<OSSL_ITEM(3)>
626 static const OSSL_ITEM reasons[] = {
726 static const OSSL_ITEM *p_reasons(void *provctx)
/freebsd/crypto/openssl/crypto/ec/
H A Dec_backend.c31 static const OSSL_ITEM encoding_nameid_map[] = {
36 static const OSSL_ITEM check_group_type_nameid_map[] = {
42 static const OSSL_ITEM format_nameid_map[] = {
/freebsd/crypto/openssl/include/openssl/
H A Dtypes.h218 typedef struct ossl_item_st OSSL_ITEM; typedef
H A Dcore_dispatch.h244 OSSL_CORE_MAKE_FUNC(const OSSL_ITEM *,provider_get_reason_strings,
/freebsd/crypto/openssl/providers/implementations/asymciphers/
H A Drsa_enc.c48 static OSSL_ITEM padding_item[] = {
/freebsd/crypto/openssl/crypto/evp/
H A Dctrl_params_translate.c1252 static const OSSL_ITEM str_value_map[] = { in fix_rsa_padding_mode()
1377 static const OSSL_ITEM str_value_map[] = { in fix_rsa_pss_saltlen()
1457 static const OSSL_ITEM str_value_map[] = { in fix_hkdf_mode()
H A Dp_lib.c1007 static const OSSL_ITEM standard_name2type[] = {
/freebsd/crypto/openssl/util/
H A Dother.syms73 OSSL_ITEM datatype
/freebsd/crypto/openssl/providers/implementations/signature/
H A Drsa_sig.c61 static OSSL_ITEM padding_item[] = {
/freebsd/crypto/openssl/crypto/
H A Dprovider_core.c992 const OSSL_ITEM *reasonstrings = p_get_reason_strings(prov->provctx); in provider_init()
996 * ERR_load_strings() handles ERR_STRING_DATA rather than OSSL_ITEM, in provider_init()
/freebsd/crypto/openssl/doc/
H A Dbuild.info1686 DEPEND[html/man3/OSSL_ITEM.html]=man3/OSSL_ITEM.pod
1687 GENERATE[html/man3/OSSL_ITEM.html]=man3/OSSL_ITEM.pod
1688 DEPEND[man/man3/OSSL_ITEM.3]=man3/OSSL_ITEM.pod
1689 GENERATE[man/man3/OSSL_ITEM.3]=man3/OSSL_ITEM.pod
3207 html/man3/OSSL_ITEM.html \
3815 man/man3/OSSL_ITEM.3 \
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile303 MAN+= OSSL_ITEM.3