Searched refs:padded (Results 1 – 5 of 5) sorted by relevance
/system/security/keystore-engine/ |
D | rsa_meth.cpp | 49 UniquePtr<uint8_t> padded(new uint8_t[num]); in keystore_rsa_priv_enc() local 50 if (padded.get() == NULL) { in keystore_rsa_priv_enc() 57 if (!RSA_padding_add_PKCS1_type_1(padded.get(), num, from, flen)) { in keystore_rsa_priv_enc() 62 if (!RSA_padding_add_X931(padded.get(), num, from, flen)) { in keystore_rsa_priv_enc() 67 if (!RSA_padding_add_none(padded.get(), num, from, flen)) { in keystore_rsa_priv_enc() 93 int32_t ret = service->sign(String16(reinterpret_cast<const char*>(key_id)), padded.get(), in keystore_rsa_priv_enc()
|
/system/extras/tests/net_test/ |
D | sock_diag.py | 271 padded = SockDiag.RawAddress(addr) 272 if len(padded) < 16: 273 padded += "\x00" * (16 - len(padded)) 274 return padded
|
/system/connectivity/shill/doc/ |
D | manager-api.txt | 432 service identified by |service|. The psk is padded 447 |data_to_encrypt|. The data to encrypt is padded as in
|
/system/tpm/trunks/generator/ |
D | raw_commands.txt | 8237 1) TPM_ALG_OAEP – Data is OAEP padded as described in 7.1 of PKCS#1 v2.1. The only 8239 2) TPM_ALG_RSAES – Data is padded as described in 7.2 of PKCS#1 v2.1. 8240 3) TPM_ALG_NULL – Data is not padded by the TPM and the TPM will treat message as an 8366 The function returns padded and encrypted value outData.
|
D | raw_commands_fixed.txt | 8248 1) TPM_ALG_OAEP – Data is OAEP padded as described in 7.1 of PKCS#1 v2.1. The only 8250 2) TPM_ALG_RSAES – Data is padded as described in 7.2 of PKCS#1 v2.1. 8251 3) TPM_ALG_NULL – Data is not padded by the TPM and the TPM will treat message as an 8377 The function returns padded and encrypted value outData.
|