Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/hisilicon/
H A Dhpre_rsa.h13 #define PKCS_V1_5_MSG_MIN_LEN 11 macro
H A Dhpre_rsa.c330 if ((msg_len + PKCS_V1_5_MSG_MIN_LEN) > n_bytes || out_len < n_bytes) { in rsaes_pkcs_v1_5_encode()
780 if (em_len < PKCS_V1_5_MSG_MIN_LEN || em[0] != 0 || in rsaes_pkcs_v1_5_decode()