Home
last modified time | relevance | path

Searched refs:synthetic (Results 1 – 2 of 2) sorted by relevance

/openssl/crypto/rsa/
H A Drsa_pk1.c402 unsigned char *synthetic = NULL; in ossl_rsa_padding_check_PKCS1_type_2() local
426 synthetic = OPENSSL_malloc(flen); in ossl_rsa_padding_check_PKCS1_type_2()
427 if (synthetic == NULL) { in ossl_rsa_padding_check_PKCS1_type_2()
432 if (ossl_rsa_prf(ctx, synthetic, flen, "message", 7, kdk, flen * 8) < 0) in ossl_rsa_padding_check_PKCS1_type_2()
511 to[j] = constant_time_select_8(good, from[i], synthetic[i]); in ossl_rsa_padding_check_PKCS1_type_2()
522 OPENSSL_free(synthetic); in ossl_rsa_padding_check_PKCS1_type_2()
/openssl/test/recipes/30-test_evp_data/
H A Devppkey_rsa_common.txt466 # positive that generates a 0 byte long synthetic message internally
471 # positive that generates a 245 byte long synthetic message internally
502 # ciphertext, decrypts to a random 11 byte long synthetic
511 # ciphertext, decrypts to a random 11 byte long synthetic
520 # ciphertext, decrypts to a random 11 byte long synthetic
529 # ciphertext, decrypts to a random 11 byte long synthetic
538 # to random 11 byte long synthetic plaintext
726 # a random invalid ciphertext that generates an empty synthetic one
741 # a random invalid that generates a synthetic of maximum size

Completed in 13 milliseconds