Searched refs:OSSL_PKEY_PARAM_DIST_ID (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/openssl/providers/implementations/signature/ |
H A D | sm2_sig.c | 451 p = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_DIST_ID); in sm2sig_set_ctx_params() 500 OSSL_PARAM_octet_string(OSSL_PKEY_PARAM_DIST_ID, NULL, 0),
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | core_names.h | 365 # define OSSL_PKEY_PARAM_DIST_ID "distid" macro
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | ctrl_params_translate.c | 2085 OSSL_PKEY_PARAM_DIST_ID, OSSL_PARAM_OCTET_STRING, NULL }, 2088 OSSL_PKEY_PARAM_DIST_ID, OSSL_PARAM_OCTET_PTR, NULL }, 2091 OSSL_PKEY_PARAM_DIST_ID, OSSL_PARAM_OCTET_PTR, fix_distid_len },
|