Searched refs:BN_R_TOO_MANY_TEMPORARY_VARIABLES (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl/dist/include/openssl/
H A Dbnerr.h45 # define BN_R_TOO_MANY_TEMPORARY_VARIABLES 109 macro
/netbsd-current/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dbnerr.h99 # define BN_R_TOO_MANY_TEMPORARY_VARIABLES 109 macro
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/bn/
H A Dbn_err.c42 {ERR_PACK(ERR_LIB_BN, 0, BN_R_TOO_MANY_TEMPORARY_VARIABLES),
H A Dbn_ctx.c189 ERR_raise(ERR_LIB_BN, BN_R_TOO_MANY_TEMPORARY_VARIABLES);
227 ERR_raise(ERR_LIB_BN, BN_R_TOO_MANY_TEMPORARY_VARIABLES);
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/bn/
H A Dbn_err.c104 {ERR_PACK(ERR_LIB_BN, 0, BN_R_TOO_MANY_TEMPORARY_VARIABLES),
H A Dbn_ctx.c189 BNerr(BN_F_BN_CTX_START, BN_R_TOO_MANY_TEMPORARY_VARIABLES);
227 BNerr(BN_F_BN_CTX_GET, BN_R_TOO_MANY_TEMPORARY_VARIABLES);

Completed in 147 milliseconds