Home
last modified time | relevance | path

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

/external/python/rsa/rsa/
Dpkcs1.py171 keylength = common.byte_size(pub_key.n)
172 padded = _pad_for_encryption(message, keylength)
176 block = transform.int2bytes(encrypted, keylength)
274 keylength = common.byte_size(priv_key.n)
275 padded = _pad_for_signing(cleartext, keylength)
279 block = transform.int2bytes(encrypted, keylength)
321 keylength = common.byte_size(pub_key.n)
324 clearsig = transform.int2bytes(decrypted, keylength)
332 expected = _pad_for_signing(cleartext, keylength)
352 keylength = common.byte_size(pub_key.n)
[all …]
/external/icu/icu4c/source/test/intltest/
Dapicoll.cpp1126 int32_t keylength = 0; in TestSortKey() local
1127 const uint8_t *key2primary_alias = key2.getByteArray(keylength); in TestSortKey()
1128 LocalArray<uint8_t> key2primary(new uint8_t[keylength]); in TestSortKey()
1129 memcpy(key2primary.getAlias(), key2primary_alias, keylength); in TestSortKey()
1135 const uint8_t *tempkey = key1.getByteArray(keylength); in TestSortKey()
1136 doAssert(memcmp(tempkey, sortkey1, keylength) == 0, in TestSortKey()
1138 tempkey = key2.getByteArray(keylength); in TestSortKey()
1139 doAssert(memcmp(tempkey, sortkey2, keylength) == 0, in TestSortKey()
1141 tempkey = key3.getByteArray(keylength); in TestSortKey()
1142 doAssert(memcmp(tempkey, sortkey3, keylength) == 0, in TestSortKey()
[all …]
/external/ipsec-tools/src/racoon/
Dcfparse.y244 %type <num> NUMBER BOOLEAN SWITCH keylength
1434 : ALGORITHMTYPE keylength
1503 keylength
2064 | ALGORITHM_CLASS ALGORITHMTYPE keylength
/external/boringssl/src/include/openssl/
Dssl.h3933 SSL_CTX *ctx, RSA *(*cb)(SSL *ssl, int is_export, int keylength));
3938 int keylength));
4082 SSL_CTX *ctx, DH *(*cb)(SSL *ssl, int is_export, int keylength));
4087 int keylength));
/external/boringssl/src/ssl/
Dssl_lib.cc2513 int keylength)) {} in SSL_CTX_set_tmp_rsa_callback() argument
2516 int keylength)) {} in SSL_set_tmp_rsa_callback() argument
2520 int keylength)) {} in SSL_CTX_set_tmp_dh_callback() argument
2523 int keylength)) {} in SSL_set_tmp_dh_callback() argument