Searched refs:passcb (Results 1 – 1 of 1) sorted by relevance
| /src/crypto/openssl/test/ |
| H A D | decoder_propq_test.c | 18 static pem_password_cb passcb; variable 42 static int passcb(char *buf, int size, int rwflag, void *userdata) in passcb() function 67 if (!TEST_ptr_null(PEM_read_bio_PrivateKey_ex(bio, &privkey, &passcb, NULL, libctx, NULL))) in test_decode_nonfipsalg() 74 …if (!TEST_ptr_null(PEM_read_bio_PrivateKey_ex(bio, &privkey, &passcb, NULL, libctx, "?fips=true"))) in test_decode_nonfipsalg()
|