Searched refs:Sign (Results 1 – 9 of 9) sorted by relevance
/openthread-3.6.0/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_rsa.data | 187 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 …]
|
D | test_suite_pkcs1_v21.data | 1031 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
|
D | test_suite_psa_crypto_se_driver_hal.function | 1378 /* Sign with the chosen key. */
|
D | test_suite_x509parse.data | 2033 …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.6.0/src/core/crypto/ |
D | ecdsa.hpp | 208 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.6.0/tests/unit/ |
D | test_ecdsa.cpp | 112 SuccessOrQuit(keyPair.Sign(hash, signature)); in TestEcdsaVector() 165 SuccessOrQuit(keyPair.Sign(hash, signature)); in TestEcdsaKeyGenerationSignAndVerify()
|
/openthread-3.6.0/src/core/net/ |
D | srp_client.cpp | 1520 SuccessOrExit(error = aInfo.mKeyRef.Sign(hash, signature)); in AppendSignature() 1522 SuccessOrExit(error = aInfo.mKeyPair.Sign(hash, signature)); in AppendSignature()
|
/openthread-3.6.0/third_party/mbedtls/repo/docs/ |
D | getting_started.md | 140 printf("Sign a message...\t"); 163 /* Sign message using the key */
|
/openthread-3.6.0/third_party/mbedtls/repo/ |
D | ChangeLog | 11 * Sign-magnitude and one's complement representations for signed integers are
|