Home
last modified time | relevance | path

Searched refs:FFC_ERROR_PRIVKEY_TOO_SMALL (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/crypto/openssl/crypto/ffc/
HDffc_key_validate.c114 *ret |= FFC_ERROR_PRIVKEY_TOO_SMALL; in ossl_ffc_validate_private_key()
/freebsd-14-stable/crypto/openssl/test/
HDffc_internal_test.c559 if (!TEST_int_eq(FFC_ERROR_PRIVKEY_TOO_SMALL, res)) in ffc_private_validate_test()
567 if (!TEST_int_eq(FFC_ERROR_PRIVKEY_TOO_SMALL, res)) in ffc_private_validate_test()
/freebsd-14-stable/crypto/openssl/include/internal/
HDffc.h82 # define FFC_ERROR_PRIVKEY_TOO_SMALL 0x10 macro