Home
last modified time | relevance | path

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

/external/openssl/crypto/rsa/
Drsa_oaep.c99 unsigned char *padded_from; in RSA_padding_check_PKCS1_OAEP() local
130 padded_from = db + dblen; in RSA_padding_check_PKCS1_OAEP()
131 memset(padded_from, 0, lzero); in RSA_padding_check_PKCS1_OAEP()
132 memcpy(padded_from + lzero, from, flen); in RSA_padding_check_PKCS1_OAEP()
134 maskeddb = padded_from + SHA_DIGEST_LENGTH; in RSA_padding_check_PKCS1_OAEP()
138 seed[i] ^= padded_from[i]; in RSA_padding_check_PKCS1_OAEP()