Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/encode_decode/
H A Dencode_key2any.c444 void **pstr, int *pstrtype) in prepare_dh_params() argument
466 *pstrtype = V_ASN1_SEQUENCE; in prepare_dh_params()
548 void **pstr, int *pstrtype) in encode_dsa_params() argument
565 *pstrtype = V_ASN1_SEQUENCE; in encode_dsa_params()
571 void **pstr, int *pstrtype) in prepare_dsa_params() argument
578 return encode_dsa_params(dsa, nid, pstr, pstrtype); in prepare_dsa_params()
581 *pstrtype = V_ASN1_UNDEF; in prepare_dsa_params()
643 void **pstr, int *pstrtype) in prepare_ec_explicit_params() argument
659 *pstrtype = V_ASN1_SEQUENCE; in prepare_ec_explicit_params()
669 void **pstr, int *pstrtype) in prepare_ec_params() argument
[all …]
/freebsd/crypto/openssl/crypto/rsa/
H A Drsa_ameth.c30 ASN1_STRING **pstr, int *pstrtype) in rsa_param_encode() argument
37 *pstrtype = V_ASN1_NULL; in rsa_param_encode()
42 *pstrtype = V_ASN1_UNDEF; in rsa_param_encode()
49 *pstrtype = V_ASN1_SEQUENCE; in rsa_param_encode()