Searched refs:PK11_F_RSA_PUB_DEC (Results 1 - 3 of 3) sorted by relevance

/solaris-userland/components/openssl/common/engines/pkcs11/
H A De_pk11_err.h93 #define PK11_F_RSA_PUB_DEC 111 macro
H A De_pk11_err.c87 { ERR_PACK(0, PK11_F_RSA_PUB_DEC, 0), "PK11_RSA_PUB_DEC"},
H A De_pk11_pub.c655 PK11err(PK11_F_RSA_PUB_DEC, PK11_R_MALLOC_FAILURE);
664 PK11err(PK11_F_RSA_PUB_DEC, PK11_R_DATA_GREATER_THAN_MOD_LEN);
673 PK11err(PK11_F_RSA_PUB_DEC, PK11_R_DATA_TOO_LARGE_FOR_MODULUS);
701 PK11err(PK11_F_RSA_PUB_DEC, PK11_R_UNKNOWN_PADDING_TYPE);
705 PK11err(PK11_F_RSA_PUB_DEC, PK11_R_PADDING_CHECK_FAILED);

Completed in 125 milliseconds