Symbol: RSA_OAEP_PARAMS
crypto/libressl/crypto/rsa/rsa_ameth.c
1030
RSA_OAEP_PARAMS *oaep = NULL;
crypto/libressl/crypto/rsa/rsa_ameth.c
932
static RSA_OAEP_PARAMS *
crypto/libressl/crypto/rsa/rsa_ameth.c
935
RSA_OAEP_PARAMS *oaep;
crypto/libressl/crypto/rsa/rsa_ameth.c
961
RSA_OAEP_PARAMS *oaep;
crypto/libressl/crypto/rsa/rsa_asn1.c
296
RSA_OAEP_PARAMS *oaep = (RSA_OAEP_PARAMS *)*pval;
crypto/libressl/crypto/rsa/rsa_asn1.c
315
.offset = offsetof(RSA_OAEP_PARAMS, hashFunc),
crypto/libressl/crypto/rsa/rsa_asn1.c
322
.offset = offsetof(RSA_OAEP_PARAMS, maskGenFunc),
crypto/libressl/crypto/rsa/rsa_asn1.c
329
.offset = offsetof(RSA_OAEP_PARAMS, pSourceFunc),
crypto/libressl/crypto/rsa/rsa_asn1.c
341
.size = sizeof(RSA_OAEP_PARAMS),
crypto/libressl/crypto/rsa/rsa_asn1.c
346
RSA_OAEP_PARAMS *
crypto/libressl/crypto/rsa/rsa_asn1.c
347
d2i_RSA_OAEP_PARAMS(RSA_OAEP_PARAMS **a, const unsigned char **in, long len)
crypto/libressl/crypto/rsa/rsa_asn1.c
349
return (RSA_OAEP_PARAMS *)ASN1_item_d2i((ASN1_VALUE **)a, in, len,
crypto/libressl/crypto/rsa/rsa_asn1.c
354
i2d_RSA_OAEP_PARAMS(RSA_OAEP_PARAMS *a, unsigned char **out)
crypto/libressl/crypto/rsa/rsa_asn1.c
359
RSA_OAEP_PARAMS *
crypto/libressl/crypto/rsa/rsa_asn1.c
362
return (RSA_OAEP_PARAMS *)ASN1_item_new(&RSA_OAEP_PARAMS_it);
crypto/libressl/crypto/rsa/rsa_asn1.c
366
RSA_OAEP_PARAMS_free(RSA_OAEP_PARAMS *a)
crypto/libressl/include/openssl/rsa.h
293
RSA_OAEP_PARAMS *RSA_OAEP_PARAMS_new(void);
crypto/libressl/include/openssl/rsa.h
294
void RSA_OAEP_PARAMS_free(RSA_OAEP_PARAMS *a);
crypto/libressl/include/openssl/rsa.h
295
RSA_OAEP_PARAMS *d2i_RSA_OAEP_PARAMS(RSA_OAEP_PARAMS **a, const unsigned char **in, long len);
crypto/libressl/include/openssl/rsa.h
296
int i2d_RSA_OAEP_PARAMS(RSA_OAEP_PARAMS *a, unsigned char **out);