Home
last modified time | relevance | path

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

/openthread-3.4.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_rsa.data187 RSA PKCS1 Sign #1 (SHA512, 1536 bits RSA)
191 RSA PKCS1 Sign #1 Verify
195 RSA PKCS1 Sign #2 (SHA256, 2048 bits RSA)
199 RSA PKCS1 Sign #2 Verify
203 RSA PKCS1 Sign #2 Verify (Fail)
207 RSA PKCS1 Sign #3 (SHA224, 2048 bits RSA)
211 RSA PKCS1 Sign #3 Verify
215 RSA PKCS1 Sign #4 (SHA384, 2048 bits RSA)
219 RSA PKCS1 Sign #4 Verify
223 RSA PKCS1 Sign #5 (MD2, 2048 bits RSA)
[all …]
Dtest_suite_pkcs1_v21.data1031 RSASSA-PSS Sign. RSA-520 SHA-512: Salt Len. 0, no possible salt size
1035 RSASSA-PSS Sign. RSA-528 SHA-512: Salt Len. 0, only room for empty salt
1039 RSASSA-PSS Sign. RSA-528 SHA-512: Salt Len. 1, only room for empty salt
Dtest_suite_psa_crypto_se_driver_hal.function1378 /* Sign with the chosen key. */
Dtest_suite_x509parse.data2033 …ject alt name \:\n dNSName \: dummy\nkey usage \: Digital Signature, Key Cert Sign\n":0
2041 …ject alt name \:\n dNSName \: dummy\nkey usage \: Digital Signature, Key Cert Sign\n":0
2045 …ject alt name \:\n dNSName \: dummy\nkey usage \: Digital Signature, Key Cert Sign\n":0
/openthread-3.4.0/src/core/crypto/
Decdsa.hpp208 Error Sign(const Sha256::Hash &aHash, Signature &aSignature) const in Sign() function in ot::Crypto::Ecdsa::P256::KeyPair
287 Error Sign(const Sha256::Hash &aHash, Signature &aSignature) const in Sign() function in ot::Crypto::Ecdsa::P256::KeyPairAsRef
/openthread-3.4.0/tests/unit/
Dtest_ecdsa.cpp112 SuccessOrQuit(keyPair.Sign(hash, signature)); in TestEcdsaVector()
165 SuccessOrQuit(keyPair.Sign(hash, signature)); in TestEcdsaKeyGenerationSignAndVerify()
/openthread-3.4.0/src/core/net/
Dsrp_client.cpp1460 SuccessOrExit(error = aInfo.mKeyRef.Sign(hash, signature)); in AppendSignature()
1462 SuccessOrExit(error = aInfo.mKeyPair.Sign(hash, signature)); in AppendSignature()
/openthread-3.4.0/third_party/mbedtls/repo/docs/
Dgetting_started.md140 printf("Sign a message...\t");
163 /* Sign message using the key */
/openthread-3.4.0/third_party/mbedtls/repo/
DChangeLog11 * Sign-magnitude and one's complement representations for signed integers are