diff options
Diffstat (limited to 'src/lib/libcrypto/rsa/rsa.h')
| -rw-r--r-- | src/lib/libcrypto/rsa/rsa.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/lib/libcrypto/rsa/rsa.h b/src/lib/libcrypto/rsa/rsa.h index 0c6f5b920d..9dd840006f 100644 --- a/src/lib/libcrypto/rsa/rsa.h +++ b/src/lib/libcrypto/rsa/rsa.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: rsa.h,v 1.48 2019/11/02 13:44:19 jsing Exp $ */ | 1 | /* $OpenBSD: rsa.h,v 1.49 2019/11/02 13:47:41 jsing Exp $ */ |
| 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
| 3 | * All rights reserved. | 3 | * All rights reserved. |
| 4 | * | 4 | * |
| @@ -430,6 +430,12 @@ int RSA_padding_add_PKCS1_OAEP(unsigned char *to, int tlen, | |||
| 430 | int RSA_padding_check_PKCS1_OAEP(unsigned char *to, int tlen, | 430 | int RSA_padding_check_PKCS1_OAEP(unsigned char *to, int tlen, |
| 431 | const unsigned char *f, int fl, int rsa_len, | 431 | const unsigned char *f, int fl, int rsa_len, |
| 432 | const unsigned char *p, int pl); | 432 | const unsigned char *p, int pl); |
| 433 | int RSA_padding_add_PKCS1_OAEP_mgf1(unsigned char *to, int tlen, | ||
| 434 | const unsigned char *from, int flen, const unsigned char *param, int plen, | ||
| 435 | const EVP_MD *md, const EVP_MD *mgf1md); | ||
| 436 | int RSA_padding_check_PKCS1_OAEP_mgf1(unsigned char *to, int tlen, | ||
| 437 | const unsigned char *from, int flen, int num, const unsigned char *param, | ||
| 438 | int plen, const EVP_MD *md, const EVP_MD *mgf1md); | ||
| 433 | int RSA_padding_add_none(unsigned char *to, int tlen, | 439 | int RSA_padding_add_none(unsigned char *to, int tlen, |
| 434 | const unsigned char *f, int fl); | 440 | const unsigned char *f, int fl); |
| 435 | int RSA_padding_check_none(unsigned char *to, int tlen, | 441 | int RSA_padding_check_none(unsigned char *to, int tlen, |
