Searched refs:b64 (Results 26 - 28 of 28) sorted by relevance

12

/freebsd-13-stable/crypto/openssh/
H A Dsshkey.c3402 char *b64 = NULL; local
3499 if ((b64 = sshbuf_dtob64(encoded)) == NULL) {
3507 for (i = 0; i < strlen(b64); i++) {
3508 if ((r = sshbuf_put_u8(blob, b64[i])) != 0)
3536 if (b64 != NULL) {
3537 explicit_bzero(b64, strlen(b64));
3538 free(b64);
/freebsd-13-stable/crypto/openssl/
H A DConfigure1474 ($config{b64l},$config{b64},$config{b32})=(0,0,1);
1482 ($config{b64l},$config{b64},$config{b32})
1484 ($config{b64l},$config{b64},$config{b32})
1486 ($config{b64l},$config{b64},$config{b32})
/freebsd-13-stable/contrib/wpa/hs20/client/
H A Dosu_client.c294 unlink("Cert/est-req.b64");
313 unsigned char *b64; local
367 b64 = base64_encode((unsigned char *) cert, len, NULL);
369 if (b64 == NULL)
374 os_free(b64);
381 b64);
383 os_free(b64);

Completed in 358 milliseconds

12